From e9d9af3d8d1ae93ea3cb5e8d95d459bf188e0d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Durieu?= Date: Sat, 10 Oct 2020 11:32:21 +0200 Subject: [PATCH] Bump version to 2.0.0 --- bin/dotrs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotrs.rb b/bin/dotrs.rb index f938776..c8d5d28 100644 --- a/bin/dotrs.rb +++ b/bin/dotrs.rb @@ -8,7 +8,7 @@ EXIT_SUCCESS = 0 EXIT_FAILURE = 1 -VERSION = '2.0.0-alpha' +VERSION = '2.0.0' REPO_PATH = File.join(Dir.home, '.dotfiles') # Set up the options