Skip to content

Commit

Permalink
Release Version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed May 16, 2024
1 parent 337e331 commit 9a5ee7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/windows-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,16 @@ cd ..
:: =========================================================================================
:: now time to do the github release

echo ## GitHub Release ##
echo ## GitHub Push##
git commit -a -m "Release Version %1"
git push

echo ## GitHub Release ##

install\tools\gh release create v%1 "install\build\fhirserver-win64-%1.exe#Windows Server Installer" "install\build\fhirserver-win64-%1.zip#Windows Server Installer Zip" "install\build\fhirtoolkit-win64-%1.exe#Windows Toolkit Installer" -F release-notes.md

echo ## GitHub Release Done ##

rename release-notes.md release-notes-old.md

utilities\codescan\codescan.exe -next-version %1
Expand Down
2 changes: 1 addition & 1 deletion library/version.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FHIR_CODE_FULL_VERSION = '3.4.5';
FHIR_CODE_RELEASE_DATE = '2024-05-16';
FHIR_CODE_RELEASE_DATETIME = '20240516074004.200Z';
FHIR_CODE_RELEASE_DATETIME = '20240516124802.350Z';

0 comments on commit 9a5ee7b

Please sign in to comment.