Skip to content

Commit

Permalink
Revert "chore: bump version"
Browse files Browse the repository at this point in the history
This reverts commit 1a5e968.
  • Loading branch information
av1ctor committed Sep 5, 2024
1 parent 4e3c59e commit 6cd0a0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dev-cli/container/src/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev-cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.3",
"tasks": {
"cache": "deno cache --lock=deno.lock ./src/mod.js",
"build-binaries": "./tools/build.sh",
Expand Down
4 changes: 2 additions & 2 deletions dev-cli/src/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
export const VERSION = {
"CLI": "0.1.4",
"IMAGE": "0.1.3"
"CLI": "0.1.3",
"IMAGE": "0.1.2"
}

0 comments on commit 6cd0a0f

Please sign in to comment.