Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Aug 9, 2021
1 parent f96a4e0 commit 4f6e594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batect.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function _batect_completion_proxy() {
fi

export BATECT_COMPLETION_PROXY_REGISTER_AS="_batect-$batect_version"
export BATECT_COMPLETION_PROXY_VERSION="0.1.0-dev"
export BATECT_COMPLETION_PROXY_VERSION="0.1.0"
export BATECT_COMPLETION_PROXY_WRAPPER_PATH="$wrapper_script_path"

if ! _batect_completion_proxy_have_loaded_version "$batect_version"; then
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import subprocess
import unittest

EXPECTED_PROXY_VERSION = "0.1.0-dev"
EXPECTED_PROXY_VERSION = "0.1.0"


class CompletionProxyScriptTests(unittest.TestCase):
Expand Down

0 comments on commit 4f6e594

Please sign in to comment.