Skip to content

Commit

Permalink
Roll version (#338)
Browse files Browse the repository at this point in the history
* MINOR version update

* Workflow fix
  • Loading branch information
Idhrendur authored Apr 21, 2023
1 parent 3d9fb86 commit 851aab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo '# Version info' | out-file data/version.txt -encoding ASCII
echo '' | out-file data/version.txt -encoding ASCII -append
echo 'version = "${{ steps.version_number.outputs.major }}.${{ steps.version_number.outputs.minor }}.${{ steps.version_number.outputs.patch }}"' | out-file data/version.txt -encoding ASCII -append
echo 'name = "Null"' | out-file data/version.txt -encoding ASCII -append
echo 'name = "Anders"' | out-file data/version.txt -encoding ASCII -append
echo 'source = "Vic3"' | out-file data/version.txt -encoding ASCII -append
echo 'minSource = "1.0"' | out-file data/version.txt -encoding ASCII -append
echo 'maxSource = "1.2"' | out-file data/version.txt -encoding ASCII -append
Expand Down
4 changes: 2 additions & 2 deletions data/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version info

version = "0.0.0"
name = "Null"
version = "0.1.0"
name = "Anders"
source = "Vic3"
minSource = "1.0"
maxSource = "1.2"
Expand Down

0 comments on commit 851aab1

Please sign in to comment.