Skip to content

Commit

Permalink
ci: Bump version to 1.115 (#16106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed May 2, 2024
1 parent 03712a1 commit a80ef4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/.version
@@ -1 +1 @@
3.114.1
3.115.0
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pulumi/pulumi",
"version": "3.114.1",
"version": "3.115.0",
"description": "Pulumi's Node.js SDK",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/version.ts
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

export const version = "3.114.1";
export const version = "3.115.0";
2 changes: 1 addition & 1 deletion sdk/python/lib/pulumi/_version.py
Expand Up @@ -14,7 +14,7 @@

from semver import VersionInfo

_VERSION = "3.114.1"
_VERSION = "3.115.0"

version = VersionInfo.parse(_VERSION)
"""Version is the Pulumi SDK's release version."""
2 changes: 1 addition & 1 deletion sdk/python/lib/setup.py
Expand Up @@ -17,7 +17,7 @@
import os
from setuptools import find_packages, setup

VERSION = "3.114.1"
VERSION = "3.115.0"

def readme():
try:
Expand Down

0 comments on commit a80ef4f

Please sign in to comment.