Skip to content

Commit b0ea6bc

Browse files
committed
bump version to 0.3.2
1 parent 1c96e51 commit b0ea6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## In general, the safest way to proceed is to run ./autogen.sh
33

44
AC_PREREQ(2.59)
5-
AC_INIT([EventQL],[0.3.1],[authors@eventql.io],[eventql])
5+
AC_INIT([EventQL],[0.3.2],[authors@eventql.io],[eventql])
66
AM_INIT_AUTOMAKE([foreign subdir-objects serial-tests])
77
AM_MAINTAINER_MODE([enable])
88
AC_CONFIG_SRCDIR([configure.ac])

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>EventQL v0.3.1</h1>
1+
<h1>EventQL v0.3.2</h1>
22

33
EventQL is a distributed, analytical database. It allows you to store massive amounts
44
of structured data and explore it using SQL and other programmatic query facilities.

0 commit comments

Comments
 (0)