aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmagnus2
1 files changed, 1 insertions, 1 deletions
diff --git a/magnus b/magnus
index d7521dd..4ff963c 100755
--- a/magnus
+++ b/magnus
@@ -6,7 +6,7 @@ from gi.repository import Gtk, Gdk, GLib, GdkPixbuf, Gio
import cairo, math, json, os, codecs, time, subprocess, sys
from functools import lru_cache
-__VERSION__ = "1.0"
+__VERSION__ = "1.0.0"
class Main(object):
bgstack15