summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 20:28:47 +0100
committerhut <hut@hut.pm>2018-01-28 20:28:47 +0100
commitb42973e60d67ad1e662adebec6200bf29641c7a2 (patch)
tree0e55eb10c22034d92a579c1d61eaeb2a31095bf8
parent9fd35300dba6827f1f939fa242404c0cbda3fccb (diff)
downloadranger-b42973e60d67ad1e662adebec6200bf29641c7a2.tar.gz
change branch label back to "master"
-rw-r--r--ranger/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 9fc5253d..60a536a0 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -27,7 +27,7 @@ MACRO_DELIMITER = '%'
 MACRO_DELIMITER_ESC = '%%'
 DEFAULT_PAGER = 'less'
 USAGE = '%prog [options] [path]'
-VERSION = 'ranger-stable {0}'.format(__version__)
+VERSION = 'ranger-master {0}'.format(__version__)
 
 # These variables are ignored if the corresponding
 # XDG environment variable is non-empty and absolute