Skip to content

Commit

Permalink
Merge pull request #3 from goto/gotocompany
Browse files Browse the repository at this point in the history
version bump for depot
  • Loading branch information
lavkesh authored Mar 16, 2023
2 parents cd52080 + 5a82f14 commit 5d473ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [v0.1.0](https://github.com/goto/dagger/releases/tag/v0.1.0) (2023-03-03)
### [v0.9.0](https://github.com/goto/dagger/releases/tag/v0.9.0) (2023-03-16)

### Features

Expand Down
4 changes: 2 additions & 2 deletions dagger-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def flinkVersion = rootProject.flinkVersion
version = rootProject.file('version.txt').text.trim()

def minimalVersion = version
def dependenciesVersion = '0.1.0'
def dependenciesVersion = "0.3.0"

description = """dagger to the heart!"""

Expand Down Expand Up @@ -61,7 +61,7 @@ configurations {
dependencies {
minimalJar project(path: ':dagger-common', configuration: 'minimalCommonJar')
minimalJar project(path: ':dagger-functions', configuration: 'minimalFunctionsJar')
minimalJar('com.gotocompany:depot:0.1.0') {
minimalJar('com.gotocompany:depot:0.4.0') {
exclude group: 'org.apache.httpcomponents'
exclude module: 'stencil', group: 'com.gotocompany'
exclude group: 'com.google.protobuf'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 5d473ad

Please sign in to comment.