Bläddra i källkod

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 år sedan
förälder
incheckning
c0dbf2388f
1 ändrade filer med 14 tillägg och 0 borttagningar
  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.