Skip to content

Commit

Permalink
Change version from 0.0.0 to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protodef committed Mar 31, 2020
1 parent 6ab7421 commit 5b985c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OBJS = src/backend/agensgraph.o \

EXTENSION = agensgraph

DATA = agensgraph--0.0.0.sql
DATA = agensgraph--0.1.0.sql

# sorted in dependency order
REGRESS = scan \
Expand Down
4 changes: 0 additions & 4 deletions agensgraph--0.0.0.sql → agensgraph--0.1.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,3 @@ PARALLEL SAFE
COST 10
ROWS 60
AS 'MODULE_PATHNAME';

--
-- End of agensgraph--0.0.0.sql
--
2 changes: 1 addition & 1 deletion agensgraph.control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

default_version = '0.0.0'
default_version = '0.1.0'
comment = 'AgensGraph graph database extension'
module_pathname = '$libdir/agensgraph'

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'0.0.0'
release = u'0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 5b985c0

Please sign in to comment.