Skip to content

Commit 5578a59

Browse files
committed
2.0.0-beta.1
1 parent f407fb3 commit 5578a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags-ignore: [ "**" ]
66
pull_request:
77
release:
8-
types: [ released ]
8+
types: [ published ]
99
jobs:
1010
build:
1111
# Only run on PRs if the source branch is on someone else's repo

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.incendo
2-
version=2.0.0-SNAPSHOT
2+
version=2.0.0-beta.1
33
description=Command framework and dispatcher for the JVM
44

55
org.gradle.caching=true

0 commit comments

Comments
 (0)