From 59f00ee407775c9104bbfa64de01fdeec7308ba6 Mon Sep 17 00:00:00 2001
From: Aline Bonnet <aline.bonnet@savoirfairelinux.com>
Date: Wed, 1 Mar 2017 14:33:58 -0500
Subject: [PATCH] bump version to 68

Change-Id: Ia6605fac7844bfad8f114e4acef0dd7c7bfcb9ee
---
 ring-android/app/src/main/AndroidManifest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ring-android/app/src/main/AndroidManifest.xml b/ring-android/app/src/main/AndroidManifest.xml
index ba89999e2..8a7aed319 100644
--- a/ring-android/app/src/main/AndroidManifest.xml
+++ b/ring-android/app/src/main/AndroidManifest.xml
@@ -20,8 +20,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="cx.ring"
     android:installLocation="auto"
-    android:versionCode="67"
-    android:versionName="20170223">
+    android:versionCode="68"
+    android:versionName="20170301">
 
     <supports-screens
         android:anyDensity="true"
-- 
GitLab