Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sczerwinski committed Apr 29, 2023
1 parent 87c103f commit 11fcfe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

changelog:
name: Update Changelog
if: ${{ !github.event.release.prerelease }}
needs: release
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

glimpseGroupId=graphics.glimpse
glimpseVersion=2.0.0
glimpseVersionSuffix=DEV
glimpseVersionSuffix=alpha.1

kotlin.code.style=official
kotlin.mpp.enableGranularSourceSetsMetadata=true
Expand Down

0 comments on commit 11fcfe8

Please sign in to comment.