Skip to content

Commit 3ef8aa1

Browse files
committed
GUI - we're now v2.8.0 !!!
1 parent 9a67ce2 commit 3ef8aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/gui/qt/html/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
<br/>
3131

32-
<p class="version">v2.8-dev</p>
32+
<p class="version">v2.8.0</p>
3333
</center>
3434
</body>

app/server/sonicpi/lib/sonicpi/runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
5252
@git_hash = __extract_git_hash
5353
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
5454
@settings = Config::Settings.new(user_settings_path)
55-
@version = Version.new(2, 8, 0, "dev#{gh_short}")
55+
@version = Version.new(2, 8, 0)
5656
@server_version = __server_version
5757
@life_hooks = LifeCycleHooks.new
5858
@msg_queue = msg_queue

0 commit comments

Comments
 (0)