Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Jun 11, 2023
1 parent 8ca2136 commit 0f65dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfrepl",
"version": "0.0.8",
"version": "0.0.9",
"description": "A terraform REPL.",
"license": "Apache 2.0",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion tfrepl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -euo pipefail
# See the License for the specific language governing permissions and
# limitations under the License.

TFREPL_VSN=0.0.8
TFREPL_VSN=0.0.9

TFREPL_FILE=tfrepl.tf
TFREPL_OVERRIDE_FILE=tfrepl_override.tf
Expand Down
2 changes: 1 addition & 1 deletion tfwatch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -euo pipefail
# See the License for the specific language governing permissions and
# limitations under the License.

TFWATCH_VSN=0.0.8
TFWATCH_VSN=0.0.9

if { getopt --test >/dev/null 2>&1 && false; } || [[ "$?" = "4" ]] || false; then
ARGS=$(getopt -o v -l version -n $(basename ${BASH_SOURCE[0]}) -- "$@")
Expand Down

0 comments on commit 0f65dc2

Please sign in to comment.