Skip to content

Commit 1585224

Browse files
committed
chore: bump version to 0.2.0
1 parent 0c8dcb1 commit 1585224

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apple/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.2.0"

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package pine
22

33
// Version is the Pineapple engine version, embedded in every compiled JSON config.
44
// This is the single source of truth — all Go code should reference this constant.
5-
const Version = "0.1.2"
5+
const Version = "0.2.0"

0 commit comments

Comments
 (0)