1 parent 0c8dcb1 commit 1585224Copy full SHA for 1585224
2 files changed
apple/_version.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.2.0"
version.go
@@ -2,4 +2,4 @@ package pine
2
3
// Version is the Pineapple engine version, embedded in every compiled JSON config.
4
// This is the single source of truth — all Go code should reference this constant.
5
-const Version = "0.1.2"
+const Version = "0.2.0"
0 commit comments