Skip to content

Commit b682c7d

Browse files
committed
bump version
1 parent c5100ca commit b682c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ccr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Ccr is a fork of Packer by Matthew Bruenig <[email protected]>
66
# Licensed under GPL version 3
7-
ccrver=4.0.2
7+
ccrver=4.0.3
88

99
# prevent running the script as root
1010
if [[ $EUID == 0 ]] && ! [[ $1 == "-Ss" || $1 == "-Si" || $1 == "-Ssq" || $1 == "-G" ]]; then

ccr-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
ver=4.0.2
2+
ver=4.0.3
33
tempdir="/tmp/ccr-tools-$UID"
44
configdir="$HOME/.config/ccr-tools"
55
configrc="$configdir/config"

0 commit comments

Comments
 (0)