Skip to content

Commit

Permalink
Build release v2.2.3 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr committed Jan 3, 2018
1 parent d0ed8c0 commit d3d4ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/antigen.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ antigen-use () {
antigen-version () {
local extensions

printf "Antigen %s (%s)\nRevision date: %s\n" "develop" "ff391b5" "2018-01-02 13:19:57 +0100"
printf "Antigen %s (%s)\nRevision date: %s\n" "v2.2.3" "ff391b5" "2018-01-02 13:19:57 +0100"

# Show extension information if any is available
if (( $+functions[antigen-ext] )); then
Expand Down Expand Up @@ -1809,7 +1809,7 @@ typeset -g _ZCACHE_CAPTURE_PREFIX
cat > $ANTIGEN_CACHE <<EOC
#-- START ZCACHE GENERATED FILE
#-- GENERATED: $(date)
#-- ANTIGEN develop
#-- ANTIGEN v2.2.3
$(functions -- _antigen)
antigen () {
local MATCH MBEGIN MEND
Expand All @@ -1834,7 +1834,7 @@ ${(j::)_sources}
typeset -gaU _ANTIGEN_BUNDLE_RECORD; _ANTIGEN_BUNDLE_RECORD=($(print ${(qq)_ANTIGEN_BUNDLE_RECORD}))
typeset -g _ANTIGEN_CACHE_LOADED; _ANTIGEN_CACHE_LOADED=true
typeset -ga _ZCACHE_BUNDLE_SOURCE; _ZCACHE_BUNDLE_SOURCE=($(print ${(qq)_ZCACHE_BUNDLE_SOURCE}))
typeset -g _ANTIGEN_CACHE_VERSION; _ANTIGEN_CACHE_VERSION='develop'
typeset -g _ANTIGEN_CACHE_VERSION; _ANTIGEN_CACHE_VERSION='v2.2.3'
#-- END ZCACHE GENERATED FILE
EOC
Expand Down

0 comments on commit d3d4ee0

Please sign in to comment.