Skip to content

Commit 2406a61

Browse files
committed
Version bump
1 parent c05ceba commit 2406a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/toolchain.pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vector::push(include_path, util::copy_string("."))
2222
export var outfolder = "."
2323
export var error_count = 0
2424
export var outfile = "a.out"
25-
export let version = "Princess 0.1.0"
25+
export let version = "Princess 0.1.1"
2626

2727
// Debug stuff
2828
export var print_ast = false

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION="0.1.0"
1+
VERSION="0.1.1"
22
SOURCE_URL="https://github.com/Princess-org/Princess/releases/download/v${VERSION}-alpha/princess-${VERSION}.tar.gz"

0 commit comments

Comments
 (0)