We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c314e commit ad804b7Copy full SHA for ad804b7
src/main.lua
@@ -48,7 +48,7 @@ function vibescript_extension_internal_main()
48
end
49
50
if action == "version" or action == "--version" or action == "-v" then
51
- print("PushBlind version: 0.9.0")
+ print("PushBlind version: 0.10.0")
52
return 0
53
54
0 commit comments