Skip to content

Commit 64d696a

Browse files
committed
Version - bump to BETA-6
1 parent c274f6e commit 64d696a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ MainWindow::MainWindow(QApplication &app, bool i18n, QSplashScreen* splash)
128128
show_rec_icon_a = false;
129129
restoreDocPane = false;
130130
focusMode = false;
131-
version = "3.3-BETA-5";
131+
version = "3.3-BETA-6";
132132
latest_version = "";
133133
version_num = 0;
134134
latest_version_num = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ def initialize(ports, msg_queue, user_methods)
13321332
end
13331333
@scsynth_clobber_args = @audio_settings.scsynth_opts_override
13341334
@scsynth_opts = @audio_settings.scsynth_opts
1335-
@version = Version.new(3, 3, 0, "beta-5")
1335+
@version = Version.new(3, 3, 0, "beta-6")
13361336
@server_version = __server_version
13371337
@life_hooks = LifeCycleHooks.new
13381338
@msg_queue = msg_queue

0 commit comments

Comments
 (0)