Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbn committed Apr 28, 2024
1 parent c86223f commit 4200e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/zimfw.zsh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Zim
:bold, :normal, :red, :normalred, :yellow, :normalyellow, :clear_line, :ellipsis, :okay, :warn, :error

def initialize
@version = "1.13.1-SNAPSHOT"
@version = "1.13.1"
@home = "${ZDOTDIR:-${HOME}}"
@min_zsh_version = "5.2"
# Matches {ssh,http,https,git}:https://{user@,}host/org/repo and {user@,}host:org/repo
Expand Down
4 changes: 2 additions & 2 deletions zimfw.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ _zimfw_compile() {
}

_zimfw_info() {
print -R 'zimfw version: '${_zversion}' (built at 2024-04-28 19:04:33 UTC, previous commit is 39d2087)'
print -R 'zimfw version: '${_zversion}' (built at 2024-04-28 19:07:19 UTC, previous commit is c86223f)'
local zparam
for zparam in LANG ${(Mk)parameters:#LC_*} OSTYPE TERM TERM_PROGRAM TERM_PROGRAM_VERSION ZIM_HOME ZSH_VERSION; do
print -R ${(r.22....:.)zparam}${(P)zparam}
Expand Down Expand Up @@ -881,7 +881,7 @@ _zimfw_run_tool_action() {

zimfw() {
builtin emulate -L zsh -o EXTENDED_GLOB
local -r _zversion='1.13.1-SNAPSHOT' _zversion_target=${ZIM_HOME}/.latest_version zusage=$'Usage: \E[1m'${0}$'\E[0m <action> [\E[1m-q\E[0m|\E[1m-v\E[0m]
local -r _zversion='1.13.1' _zversion_target=${ZIM_HOME}/.latest_version zusage=$'Usage: \E[1m'${0}$'\E[0m <action> [\E[1m-q\E[0m|\E[1m-v\E[0m]
Actions:
\E[1mbuild\E[0m Build \E[1m'${ZIM_HOME}$'/init.zsh\E[0m and \E[1m'${ZIM_HOME}$'/login_init.zsh\E[0m.
Expand Down

0 comments on commit 4200e6c

Please sign in to comment.