Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Oct 6, 2021
1 parent 0ed74de commit eaa191a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toolchain.pr
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export var outfolder = make_string(cstd::mkdtemp(tmpfolder.value))

export var error_count = 0
export var outfile = "a.out"
export let version = "Princess 0.1.5"
export let version = "Princess 0.1.6"

// Debug stuff
export var print_ast = false
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION="0.1.5"
VERSION="0.1.6"
SOURCE_URL="https://github.com/Princess-org/Princess/releases/download/v${VERSION}-alpha/princess-${VERSION}.tar.gz"

0 comments on commit eaa191a

Please sign in to comment.