Skip to content

Commit beea923

Browse files
committed
bump version 0.13.1
1 parent 527398b commit beea923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ AC_PREREQ([2.63])
1515
# - opam
1616
# - docker/Dockerfile
1717
AC_INIT([Infer],
18-
[0.13.0],
18+
[0.13.1],
1919
[https://github.com/facebook/infer/issues/])
2020

2121
AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml])
2222

2323
# WARNING: keep in sync with above
2424
INFER_MAJOR=0
2525
INFER_MINOR=13
26-
INFER_PATCH=0
26+
INFER_PATCH=1
2727

2828
AC_SUBST([INFER_MAJOR])
2929
AC_SUBST([INFER_MINOR])

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "infer"
3-
version: "0.13.0"
3+
version: "0.13.1"
44
maintainer: "opam-devel@lists.ocaml.org"
55
authors: "Facebook"
66
homepage: "https://github.com/facebook/infer"

0 commit comments

Comments
 (0)