Skip to content

Commit 58ecdf9

Browse files
committed
Release version 0.3.0-alpha
1 parent b5d5f64 commit 58ecdf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xlm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
_MAJOR = os.environ.get("XLM_CORE_VERSION_MAJOR", "0")
4-
_MINOR = os.environ.get("XLM_CORE_VERSION_MINOR", "2")
4+
_MINOR = os.environ.get("XLM_CORE_VERSION_MINOR", "3")
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
77
_PATCH = os.environ.get("XLM_CORE_VERSION_PATCH", "0")

0 commit comments

Comments
 (0)