From 533acbe679b2eb1abfcac31aa6bfadd5cffe265d Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Tue, 27 Aug 2019 13:46:22 +0900
Subject: [PATCH] Update version to 1.2

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index e3580cdf..cb0715f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
 	'sway',
 	'c',
-	version: '1.1',
+	version: '1.2',
 	license: 'MIT',
 	meson_version: '>=0.48.0',
 	default_options: [