Skip to content

Commit

Permalink
1.8.1-p0
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 21, 2024
1 parent a211f4a commit e5de2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The output of Parcel and CSD
```
$ tree *-dist
csd-dist
└── KYUUBI-1.7.3-p0-csd.jar
└── KYUUBI-1.8.1-p0-csd.jar
parcel-dist
├── KYUUBI-1.7.3-p0-el7.parcel
├── KYUUBI-1.8.1-p0-el7.parcel
└── manifest.json
```
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

VERSION=1-SNAPSHOT
VERSION=0

KYUUBI_VERSION=1.7.3
KYUUBI_VERSION=1.8.1
CSD_VERSION=${KYUUBI_VERSION}-p${VERSION}-csd
PARCEL_VERSION=${KYUUBI_VERSION}-p${VERSION}

Expand Down

0 comments on commit e5de2d9

Please sign in to comment.