Skip to content

Commit dd94bb8

Browse files
committed
bump version
1 parent 91cb3a2 commit dd94bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: github-action/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/vacxe/google-play-cli:0.4.8
1+
FROM ghcr.io/vacxe/google-play-cli:0.4.9
22

33
COPY entrypoint.sh /entrypoint.sh
44
COPY templates /templates

Diff for: src/main/kotlin/com/github/vacxe/googleplaycli/PlayStoreCli.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fun main(args: Array<String>) {
8686
addCmd {
8787
object : CliktCommand(name = "version", help = "Library version code") {
8888
override fun run() {
89-
println("0.4.8")
89+
println("0.4.9")
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)