Skip to content

Commit

Permalink
Released v0.3.0
Browse files Browse the repository at this point in the history
no real changes, but the introduction of the new .dek format warants a major bump
  • Loading branch information
umlaeute committed Mar 8, 2018
1 parent de27ffa commit 6c3b096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deken-plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ proc ::deken::versioncheck {version} {
}

## put the current version of this package here:
if { [::deken::versioncheck 0.2.7] } {
if { [::deken::versioncheck 0.3.0] } {

## FIXXXXME only initialize vars if not yet set
set ::deken::installpath {}
Expand Down
2 changes: 1 addition & 1 deletion developer/deken
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Much of this code is pilfered from Clojure's Leiningen tool

export DEKEN_VERSION="0.2.7"
export DEKEN_VERSION="0.3.0"
export DEKEN_HOME="${DEKEN_HOME:-"$HOME/.deken"}"
DEKEN_GIT_BRANCH="${DEKEN_GIT_BRANCH:-master}"
if [ "x${DEKEN_BASE_URL}" = "x" ]; then
Expand Down

0 comments on commit 6c3b096

Please sign in to comment.