From 3fadcc33f7d2593a0c7630152d29bb327d7d66bb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 17 Aug 2013 22:59:08 +0200 Subject: We're now Beta. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0b24be6..4a7481d 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ func (g *GUI) openWorld(path string) { func (g *GUI) aboutDlg() { dlg := gtk.NewAboutDialog() dlg.SetName("biome-editor") - dlg.SetVersion("α") + dlg.SetVersion("β") dlg.SetCopyright("© 2013 by Kevin Chabowski") dlg.SetAuthors([]string{"Kevin Chabowski "}) dlg.SetLicense(`Copyright (c) 2013 Kevin Chabowski -- cgit v1.2.3-54-g00ecf