Skip to content

Commit

Permalink
Merge tag 'SMASH-vHLLE-hybrid-2.0' into develop
Browse files Browse the repository at this point in the history
First Bash handler stable release
  • Loading branch information
AxelKrypton committed Apr 12, 2024
2 parents da4d14a + bf0d753 commit 5e49e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build*/
binaries
python_scripts/*.pyc
site/

# OS specific auxiliary files
.vscode
Expand Down
2 changes: 1 addition & 1 deletion Hybrid-handler
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# #
#----------------------------------------------------------------------------#

readonly HYBRID_codebase_version='SMASH-vHLLE-hybrid-1.0-unreleased'
readonly HYBRID_codebase_version='SMASH-vHLLE-hybrid-2.0'

function Main()
{
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/release_procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Closing the branch means to merge it into `main`, which will be tagged and conta
git switch -c release/1.2.0 develop
```

=== "Create the release branch"
=== "Close the release branch"
```bash
# Git-flow extension
git flow release finish 1.2.0
Expand Down

0 comments on commit 5e49e7b

Please sign in to comment.