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

Commit 3635534

Browse files
committed
Release 0.2.0.
1 parent 2bba1b5 commit 3635534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completions/_batect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _batect() {
3434
fi
3535

3636
export BATECT_COMPLETION_PROXY_REGISTER_AS="_batect-$batect_version"
37-
export BATECT_COMPLETION_PROXY_VERSION="0.2.0-dev"
37+
export BATECT_COMPLETION_PROXY_VERSION="0.2.0"
3838
export BATECT_COMPLETION_PROXY_WRAPPER_PATH="$wrapper_script_path"
3939

4040
# This syntax is explained at https://unix.stackexchange.com/a/411307/258093.

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import subprocess
66
import unittest
77

8-
EXPECTED_PROXY_VERSION = "0.2.0-dev"
8+
EXPECTED_PROXY_VERSION = "0.2.0"
99

1010

1111
class CompletionProxyScriptTests(unittest.TestCase):

0 commit comments

Comments
 (0)