We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adamlui/ai-apps
1 parent d538508 commit c0056bcCopy full SHA for c0056bc
utils/bump.sh
@@ -2,9 +2,9 @@
2
3
# Init UI colors
4
nc="\033[0m" # no color
5
-br="\033[1;91m" # bright red for old versions
+br="\033[1;91m" # bright red
6
by="\033[1;33m" # bright yellow
7
-bg="\033[1;92m" # bright green for success message and new versions
+bg="\033[1;92m" # bright green
8
bw="\033[1;97m" # bright white
9
10
# Init manifest path
0 commit comments