Skip to content

Commit 1bf6b60

Browse files
v0.6.1
1 parent 7b8cd36 commit 1bf6b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MainComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ MainContentComponent::MainContentComponent()
4646
lbl_appName.setEditable (false, false, false);
4747

4848
addAndMakeVisible (lbl_version);
49-
std::string version = "ver" + std::string(ProjectInfo::versionString) + " beta";
49+
std::string version = "ver" + std::string(ProjectInfo::versionString);
5050
lbl_version.setText(version, NotificationType::dontSendNotification);
5151
lbl_version.setFont (Font (Font::getDefaultMonospacedFontName(), 14.00f, Font::plain).withTypefaceStyle ("Regular"));
5252
lbl_version.setJustificationType (Justification::centredLeft);

0 commit comments

Comments
 (0)