Skip to content

Commit

Permalink
Create-Plugin: Update grafanaVersion to 9.2.5 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Nov 18, 2022
1 parent 4b57cc5 commit b996425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-plugin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export enum PLUGIN_TYPES {
// and will be available to use in the templates.
// Example: "@grafana/ui": "{{ grafanaVersion }}"
export const EXTRA_TEMPLATE_VARIABLES = {
grafanaVersion: '9.1.2',
grafanaVersion: '9.2.5',
};

export const GRAFANA_FE_PACKAGES = [
Expand Down

0 comments on commit b996425

Please sign in to comment.