Skip to content

Commit

Permalink
build(build): release 0.3.4-alpha
Browse files Browse the repository at this point in the history
release a simple http server
  • Loading branch information
yankun1992 committed Nov 29, 2023
1 parent fea9f61 commit f867ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object ProjectInfo {
def repository = github.browsableRepository.get
def licenses = Seq(License.`Apache-2.0`)
def author = Seq("Yan Kun <[email protected]>")
def version = "0.3.4-SNAPSHOT"
def version = "0.3.4-alpha"
def scalaVersion = "3.3.1"
def scoverageVersion = "1.4.0"
def buildTool = "mill"
Expand Down

0 comments on commit f867ff1

Please sign in to comment.