Skip to content

Commit

Permalink
!!master
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Oct 20, 2022
1 parent a07be21 commit c1a27f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
echo "result=$VERSION" >>$GITHUB_OUTPUT
to-staging:
needs: [unit-test, python-test, version-test]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.rtmigo"
version = "0.1.1"
version = "0.1.2-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit c1a27f8

Please sign in to comment.