Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from bloxbean/store-0.0.13-beta
Browse files Browse the repository at this point in the history
chore: Added yaci-store 0.0.13-beta1 and bump version for release
  • Loading branch information
satran004 authored Oct 27, 2023
2 parents 57666ad + 251b87b commit 3381aa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME
ENV PATH="${JAVA_HOME}/bin:${PATH}"
ENV STORE_VERSION=0.0.12.1
ENV STORE_VERSION=0.0.13-beta1

ARG TARGETOS
ARG TARGETARCH
Expand Down
3 changes: 2 additions & 1 deletion docker/store-application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ store.cardano.shelley-genesis-file=/clusters/default/genesis/shelley/genesis.jso
store.blocks.epoch-calculation-interval=3600

store.account.enabled=true

store.account.balance-aggregation-enabled=true
store.account.history-cleanup-enabled=false

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.bloxbean.cardano
artifactId = yaci-cli
version = 0.0.19-SNAPSHOT
version = 0.0.19
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#spring:
# main:
# banner-mode: "off"
application.version: v0.0.18
application.version: v0.0.19

server:
port: 0
Expand Down

0 comments on commit 3381aa3

Please sign in to comment.