Skip to content

Commit

Permalink
version bump 1.3.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaacovHazan authored Apr 30, 2020
1 parent 8666582 commit d6b9811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Version 1.3.0
* Redis 6.x ACL support
* TLS support
* Docker related fixes/cleanups
* Numerous other smaller fixes

* Version 1.2.17
* fix parallel key-pattern command line usage
* fix and clean up build on macOS
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(memtier_benchmark,1.2.17,[email protected])
AC_INIT(memtier_benchmark,1.3.0,[email protected])
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit d6b9811

Please sign in to comment.