Skip to content

Commit

Permalink
Bump version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd authored Feb 28, 2019
1 parent 2cfdd59 commit 0e419f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly XP_SHELL="/bin/bash"
# @Filename xpanes

set -u
readonly XP_VERSION="4.0.0-beta"
readonly XP_VERSION="4.0.0"

## trap might be updated in 'xpns_pre_execution' function
trap 'rm -f "${XP_CACHE_HOME}"/__xpns_*$$; rm -f "${XP_DEFAULT_SOCKET_PATH}"' EXIT
Expand Down

0 comments on commit 0e419f7

Please sign in to comment.