Skip to content

Commit

Permalink
Merge pull request #907 from permaweb/twilson63/bump-dev-cli-61
Browse files Browse the repository at this point in the history
chore: bump version ao dev-cli
  • Loading branch information
twilson63 authored Jul 23, 2024
2 parents 2c1b95a + f4afb26 commit 918697c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.60",
"version": "0.0.61",
"tasks": {
"cache": "deno cache --lock=deno.lock --lock-write ./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.0.60",
"IMAGE": "0.0.40"
"CLI": "0.0.61",
"IMAGE": "0.0.41"
}

0 comments on commit 918697c

Please sign in to comment.