Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Nov 29, 2024
1 parent 91cb3a2 commit dd94bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vacxe/google-play-cli:0.4.8
FROM ghcr.io/vacxe/google-play-cli:0.4.9

COPY entrypoint.sh /entrypoint.sh
COPY templates /templates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fun main(args: Array<String>) {
addCmd {
object : CliktCommand(name = "version", help = "Library version code") {
override fun run() {
println("0.4.8")
println("0.4.9")
}
}
}
Expand Down

0 comments on commit dd94bb8

Please sign in to comment.