Skip to content

Commit 115664e

Browse files
committed
Preparing release
1 parent e6c94f7 commit 115664e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASENOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes
22

33

4-
## v 0.6 (in development)
4+
## v 0.6
55

66
* Fixed better exit from interactive ssh sessions.
77

lib/api/cli.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace eval ::api::cli {
5454
}
5555

5656
variable appname ""; # Name of main application.
57-
variable version 0.6-dev; # GLOBAL Application version!
57+
variable version 0.6; # GLOBAL Application version!
5858
variable yaml ""; # The cluster YAML file we ended up using!
5959
variable justify 80; # Justification for long text
6060
variable default "./cluster.yml"

0 commit comments

Comments
 (0)