Skip to content

Commit

Permalink
Version bump for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
flukiluke committed Oct 10, 2021
1 parent 2974a94 commit 07b2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/global/version.bas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIM SHARED DevChannel AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "2.0"
DevChannel$ = "Development Build"
DevChannel$ = "Stable Release"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE
OPEN "internal/version.txt" FOR INPUT AS #versionfile
Expand Down

0 comments on commit 07b2101

Please sign in to comment.