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

Commit

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

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

# This syntax is explained at https://unix.stackexchange.com/a/411307/258093.
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.4.0-dev"
EXPECTED_PROXY_VERSION = "0.4.0"


class CompletionProxyScriptTests(unittest.TestCase):
Expand Down

0 comments on commit 9c6bbd6

Please sign in to comment.