diff options
author | hut <hut@hut.pm> | 2018-01-28 20:28:47 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 20:28:47 +0100 |
commit | b42973e60d67ad1e662adebec6200bf29641c7a2 (patch) | |
tree | 0e55eb10c22034d92a579c1d61eaeb2a31095bf8 /ranger | |
parent | 9fd35300dba6827f1f939fa242404c0cbda3fccb (diff) | |
download | ranger-b42973e60d67ad1e662adebec6200bf29641c7a2.tar.gz |
change branch label back to "master"
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/__init__.py | 2 |
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 |