Skip to content

Commit

Permalink
Prepare for release 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo authored and github-actions[bot] committed Sep 20, 2024
1 parent b766f28 commit 7d37d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NEXT RELEASE
# 20.1.0 Release notes

### Enhancements
* None.
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let versionStr = "20.0.1"
let versionStr = "20.1.0"
let versionPieces = versionStr.split(separator: "-")
let versionCompontents = versionPieces[0].split(separator: ".")
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME: realm-core
VERSION: 20.0.1
VERSION: 20.1.0
OPENSSL_VERSION: 3.3.1
# https://github.com/10gen/baas/commits
# 04e3f27ad0e is 2024 Sep 8th
Expand Down

0 comments on commit 7d37d3f

Please sign in to comment.