diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist
index 57a99149d232..11c84d4d095d 100644
--- a/atom/browser/resources/mac/Info.plist
+++ b/atom/browser/resources/mac/Info.plist
@@ -17,7 +17,7 @@
CFBundleIconFile
atom.icns
CFBundleVersion
- 0.22.2
+ 0.22.3
LSMinimumSystemVersion
10.8.0
NSMainNibFile
diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc
index 77c920d86f4f..ac228c07522b 100644
--- a/atom/browser/resources/win/atom.rc
+++ b/atom/browser/resources/win/atom.rc
@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,22,2,0
- PRODUCTVERSION 0,22,2,0
+ FILEVERSION 0,22,3,0
+ PRODUCTVERSION 0,22,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Atom-Shell"
- VALUE "FileVersion", "0.22.2"
+ VALUE "FileVersion", "0.22.3"
VALUE "InternalName", "atom.exe"
VALUE "LegalCopyright", "Copyright (C) 2013 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "atom.exe"
VALUE "ProductName", "Atom-Shell"
- VALUE "ProductVersion", "0.22.2"
+ VALUE "ProductVersion", "0.22.3"
VALUE "SquirrelAwareVersion", "1"
END
END
diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h
index 6a1207eb1917..f68794dfa831 100644
--- a/atom/common/atom_version.h
+++ b/atom/common/atom_version.h
@@ -7,7 +7,7 @@
#define ATOM_MAJOR_VERSION 0
#define ATOM_MINOR_VERSION 22
-#define ATOM_PATCH_VERSION 2
+#define ATOM_PATCH_VERSION 3
#define ATOM_VERSION_IS_RELEASE 1
diff --git a/package.json b/package.json
index 92dec32e045f..ed02691ff67b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "atom-shell",
- "version": "0.22.2",
+ "version": "0.22.3",
"licenses": [
{
"type": "MIT",