Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicalUserX committed Oct 21, 2023
1 parent 0b09a10 commit 29df123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.0
- Initial stable release.

# 1.0.0-beta.26
- CI/CD fix.

Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ PROJECT=proximoth
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_RELEASE=beta.26
VERSION_RELEASE=stable

# Date
DATE=15/10/2023
DATE=21/10/2023

ifneq ("${VERSION_RELEASE}","stable")
VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_RELEASE}
Expand Down

0 comments on commit 29df123

Please sign in to comment.