Skip to content

Changed VERSION to 2.18.0.dev0#3140

Merged
ptrendx merged 1 commit into
NVIDIA:mainfrom
KshitijLakhani:bump-version-v2.18.0-dev0
Jun 23, 2026
Merged

Changed VERSION to 2.18.0.dev0#3140
ptrendx merged 1 commit into
NVIDIA:mainfrom
KshitijLakhani:bump-version-v2.18.0-dev0

Conversation

@KshitijLakhani

@KshitijLakhani KshitijLakhani commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Description

Updating version text as release_v2.17 branch was created

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: Kshitij Janardan Lakhani <klakhani@nvidia.com>
@greptile-apps

greptile-apps Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the development version string from 2.17.0.dev0 to 2.18.0.dev0 following the creation of the release_v2.17 branch.

  • Modifies a single file (build_tools/VERSION.txt) with a one-line change to increment the minor version number.

Confidence Score: 5/5

This is a trivial one-line version string increment with no functional code changes and no risk of breakage.

The change touches only build_tools/VERSION.txt, replacing 2.17.0.dev0 with 2.18.0.dev0. There are no logic changes, no dependency updates, and no other files affected.

No files require special attention.

Important Files Changed

Filename Overview
build_tools/VERSION.txt Version bumped from 2.17.0.dev0 to 2.18.0.dev0; straightforward single-line change with no issues.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release_v2.17 branch created] --> B[main branch version bump]
    B --> C[VERSION.txt: 2.17.0.dev0 → 2.18.0.dev0]
    C --> D[main continues dev toward v2.18]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[release_v2.17 branch created] --> B[main branch version bump]
    B --> C[VERSION.txt: 2.17.0.dev0 → 2.18.0.dev0]
    C --> D[main continues dev toward v2.18]
Loading

Reviews (1): Last reviewed commit: "Changed VERSION to 2.18.0.dev0" | Re-trigger Greptile

@ptrendx ptrendx merged commit 43206d9 into NVIDIA:main Jun 23, 2026
9 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants