Skip to content

Commit 5f4f5c8

Browse files
committed
Release v15
1 parent a0852eb commit 5f4f5c8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 15-pre
1+
# 16-pre
2+
3+
# 15
24

35
- Fancy [new docs site](https://usegalaxy-eu.github.io/gxadmin/#/)
46
- Added:

gxadmin

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Thanks to everyone for their contributions
88
# https://github.com/usegalaxy-eu/gxadmin/graphs/contributors
99
version() {
10-
echo 14
10+
echo 15
1111
}
1212
GXADMIN_SITE_SPECIFIC=${GXADMIN_SITE_SPECIFIC:-~/.config/gxadmin-local.sh}
1313

@@ -460,7 +460,9 @@ success() {
460460
echo "$(tput setaf 40)$*$(tput sgr0)"
461461
}
462462
CHANGELOG=$(cat <<EOF
463-
# 15-pre
463+
# 16-pre
464+
465+
# 15
464466
465467
- Fancy [new docs site](https://usegalaxy-eu.github.io/gxadmin/#/)
466468
- Added:

parts/00-header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Thanks to everyone for their contributions
88
# https://github.com/usegalaxy-eu/gxadmin/graphs/contributors
99
version() {
10-
echo 14
10+
echo 15
1111
}

0 commit comments

Comments
 (0)