Skip to content

Commit

Permalink
Merge pull request #113 from tejash-jl/version-upgrade
Browse files Browse the repository at this point in the history
updated with new release version
  • Loading branch information
dileepbapat authored Apr 4, 2022
2 parents a4c5b6e + 7b7d0a5 commit ea20177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=v0.0.5
RELEASE_VERSION=v0.0.6
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#SOURCES = $(wildcard java/**/*.java)
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
SOURCES := $(call rwildcard,java/,*.java)
RELEASE_VERSION = v0.0.5
RELEASE_VERSION = v0.0.6
build: java/registry/target/registry.jar
echo ${SOURCES}
cd target && rm -rf * && jar xvf ../java/registry/target/registry.jar && cp ../Dockerfile ./ && docker build -t dockerhub/sunbird-rc-core .
Expand Down

0 comments on commit ea20177

Please sign in to comment.