Skip to content

Commit

Permalink
Merge pull request #120 from tejash-jl/release0.0.7
Browse files Browse the repository at this point in the history
updated with latest release version
  • Loading branch information
dileepbapat authored Apr 14, 2022
2 parents 3531968 + 96fca6b commit 4f6fb18
Show file tree
Hide file tree
Showing 3 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.6
RELEASE_VERSION=v0.0.7
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.6
RELEASE_VERSION = v0.0.7
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
Binary file not shown.

0 comments on commit 4f6fb18

Please sign in to comment.