From 0b36bc517b9b2c5df8e34a18faa10937014ad2da Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 10 May 2019 21:41:59 +0200 Subject: [PATCH] develop v0.80-dev2 --- dev/all-tests.sh | 2 +- dev/git-add.sh | 2 +- dev/hooks/pre-commit.sh | 2 +- dev/hooks/pre-push.sh | 2 +- dev/install-hooks.sh | 2 +- dev/make-dist.sh | 2 +- dev/shellcheck.files | 2 +- dev/version.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/all-tests.sh b/dev/all-tests.sh index c0c1199..edf079a 100755 --- a/dev/all-tests.sh +++ b/dev/all-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/git-add.sh b/dev/git-add.sh index 5127114..275152c 100755 --- a/dev/git-add.sh +++ b/dev/git-add.sh @@ -3,7 +3,7 @@ # # works together with git pre-push.sh and ADD all changed files since last push -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/hooks/pre-commit.sh b/dev/hooks/pre-commit.sh index 17d42e6..f379596 100755 --- a/dev/hooks/pre-commit.sh +++ b/dev/hooks/pre-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/hooks/pre-push.sh b/dev/hooks/pre-push.sh index 49a2982..2879aa5 100755 --- a/dev/hooks/pre-push.sh +++ b/dev/hooks/pre-push.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/install-hooks.sh b/dev/install-hooks.sh index 0abb9d0..4354a98 100755 --- a/dev/install-hooks.sh +++ b/dev/install-hooks.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/make-dist.sh b/dev/make-dist.sh index af625cf..c3228f0 100755 --- a/dev/make-dist.sh +++ b/dev/make-dist.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v0.72-3-gdb14eb9 +#### $$VERSION$$ v0.80-dev2-0-gdbba89c # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/shellcheck.files b/dev/shellcheck.files index 4cc2c8b..25806fb 100644 --- a/dev/shellcheck.files +++ b/dev/shellcheck.files @@ -1,3 +1,3 @@ # list of additional files to check from shellcheck -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c bashbot.rc diff --git a/dev/version.sh b/dev/version.sh index 8c04f1d..c9b9171 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#### $$VERSION$$ v0.72-1-g67c47ac +#### $$VERSION$$ v0.80-dev2-0-gdbba89c # shellcheck disable=SC2016 # # Easy Versioning in git: