Skip to content

Commit

Permalink
release:0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed May 30, 2024
1 parent a3d08b6 commit 1d7da41
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.5
FROM ghcr.io/vacxe/google-play-cli:0.4.6

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.5")
println("0.4.6")
}
}
}
Expand Down

0 comments on commit 1d7da41

Please sign in to comment.