Skip to content

Commit 1047659

Browse files
committedMar 12, 2025··
Version bump on the release guide
1 parent b8c1c96 commit 1047659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/release-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ gpg --list-public-keys --keyid-format LONG
2020
Repeat this for every machine to be used for the release.
2121

2222
```shell
23-
export CURRENT_DEVELOPMENT_VERSION=0.0.1
24-
export NEXT_DEVELOPMENT_VERSION=0.0.2
23+
export CURRENT_DEVELOPMENT_VERSION=0.0.2
24+
export NEXT_DEVELOPMENT_VERSION=0.0.3
2525
```
2626

2727
**NOTE**: there is no need to add `-SNAPSHOT` to the versions.

0 commit comments

Comments
 (0)
Please sign in to comment.