Skip to content

Commit

Permalink
build: bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
h4l committed Aug 7, 2023
1 parent 2cc95e9 commit b0fe493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NOW = "${timestamp()}"
variable CI {
default = "false"
}
_DEFAULT_JSON_BASH_VERSION = "0.2.0-dev"
_DEFAULT_JSON_BASH_VERSION = "0.2.1-dev"
variable JSON_BASH_VERSION {
default = ""
}
Expand Down
2 changes: 1 addition & 1 deletion json.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2120
shopt -s extglob # required to match our auto glob patterns

JSON_BASH_VERSION=0.2.0
JSON_BASH_VERSION=0.2.1-dev

declare -g -A _json_defaults=()

Expand Down

0 comments on commit b0fe493

Please sign in to comment.