Skip to content

Commit c09242a

Browse files
author
Brendan Gray
committed
Bump version to 1.8.34
1 parent cf3c7e5 commit c09242a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guide-ide",
3-
"version": "1.8.33",
3+
"version": "1.8.34",
44
"description": "guIDE - AI-Powered Offline IDE with local LLM, RAG, MCP tools, browser automation, and integrated terminal",
55
"author": {
66
"name": "Brendan Gray",

website/src/app/download/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Single source of truth for the displayed release version.
44
// Updated automatically by: npm run release:deploy (from IDE root)
5-
const CURRENT_VERSION = '1.8.32';
5+
const CURRENT_VERSION = '1.8.34';
66

77
import Link from 'next/link';
88
import { useState } from 'react';

0 commit comments

Comments
 (0)