Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/DEB/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Source debconf library.
. /usr/share/debconf/confmodule

MADLIB_VERSION="1.15.1"
MADLIB_VERSION="1.16-dev"
MADLIB_INSTALL_PATH="InstallPathNotFound"

# Fetching configuration from debconf
Expand Down
2 changes: 1 addition & 1 deletion deploy/postflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# $0 - Script Path, $1 - Package Path, $2 - Target Location, and $3 - Target Volume

MADLIB_VERSION=1.15.1
MADLIB_VERSION=1.16-dev

# Remove existing soft links
find $2/usr/local/madlib/bin -depth -type l -exec rm {} \; 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.madlib</groupId>
<artifactId>madlib</artifactId>
<version>1.15.1</version>
<version>1.16-dev</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion src/config/Version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.15.1
version: 1.16-dev