Skip to content

Commit e47e307

Browse files
committed
v0.13.2
1 parent ebf8dd1 commit e47e307

55 files changed

Lines changed: 53 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 17 additions & 17 deletions

scripts/before-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

scripts/check-in-bug-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

scripts/prepare-next-dev-cycle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

scripts/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

scripts/update-docu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
###################################
1111
set -euo pipefail

src/qa/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
####### Description #############
1111
#

src/qa/run-shellcheck.sh.sig

0 Bytes
Binary file not shown.

src/releasing/prepare-files-next-dev-cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
66
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
77
# /___/
8-
# Version: v0.14.0-SNAPSHOT
8+
# Version: v0.13.2
99
#
1010
####### Description #############
1111
#
@@ -49,7 +49,7 @@
4949
###################################
5050
set -euo pipefail
5151
shopt -s inherit_errexit
52-
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
52+
export TEGONAL_SCRIPTS_VERSION='v0.13.2'
5353

5454
if ! [[ -v dir_of_tegonal_scripts ]]; then
5555
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

0 commit comments

Comments
 (0)