Pārlūkot izejas kodu

Bump version number to 1.4.2 (#1280)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.4.2
- Add a commit template for version bumps, because the commit is always
  the same (unless I'm adding a commit template as well).

Result:

The version in the default user-agent string will match the released
version.
George Barnett 4 gadi atpakaļ
vecāks
revīzija
c0dbf2388f
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 14 0
      dev/version-bump.commit.template

+ 14 - 0
dev/version-bump.commit.template

@@ -0,0 +1,14 @@
+Bump version number to VERSION
+
+Motivation:
+
+We plan on tagging a release soon.
+
+Modifications:
+
+- Bump the version to VERSION
+
+Result:
+
+The version in the default user-agent string will match the released
+version.