Skip to content

Commit

Permalink
2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 24, 2024
1 parent f407fb3 commit 5578a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags-ignore: [ "**" ]
pull_request:
release:
types: [ released ]
types: [ published ]
jobs:
build:
# Only run on PRs if the source branch is on someone else's repo
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.incendo
version=2.0.0-SNAPSHOT
version=2.0.0-beta.1
description=Command framework and dispatcher for the JVM

org.gradle.caching=true
Expand Down

0 comments on commit 5578a59

Please sign in to comment.